Aggregate - MinNum

MinNum Aggregate Functoid

Description: The MinNum Aggregate Functoid will return the lowest numeric value within the records provided to the input Field for the entire table or in case that a group functoid has been used the lowest numberic value of the records within each group. Inputs with their allowed values:

Picture of the MinNum Aggregate Functoid

 
Remark: Any non-numeric values passing through wil cause an empty return value. Example: Example 1: Table with group by
Group By Values Result of MinNum
Group1 2 2
Group1 4 2
Group2 3 3
Group2 7 3
See Figure 1.

Figure 1